regexp/syntax.compiler.alt (method)

2 uses

	regexp/syntax (current package)
		compile.go#L154: 			f = c.alt(f, c.compile(sub))
		compile.go#L201: func (c *compiler) alt(f1, f2 frag) frag {